object Find: TFind Left = 178 Top = 191 Width = 435 Height = 300 Caption = 'Find' Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] Menu = MainMenu PixelsPerInch = 96 OnCreate = FormCreate TextHeight = 16 object Memo: TMemo Left = 0 Top = 0 Width = 427 Height = 254 Align = alClient Lines.Strings = ( '' '') ReadOnly = True ScrollBars = ssVertical TabOrder = 0 end object MainMenu: TMainMenu Left = 24 Top = 40 object FindModem: TMenuItem Caption = 'FindModem' OnClick = FindModemClick end object Exit: TMenuItem Caption = 'Exit' OnClick = ExitClick end end end